home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / EditML Pro 1.0 / EditMLProv1.0Setup.exe / Main / EditML.chm / samples / foodmenu.xml < prev    next >
Encoding:
Extensible Markup Language  |  2000-10-09  |  1.2 KB  |  35 lines

  1. <?xml version='1.0'?>
  2. <?xml:stylesheet type="text/xsl" href="foodmenu.xsl" ?>
  3. <breakfast-menu>
  4.   <food>
  5.     <name>Belgian Waffles</name>
  6.     <price>$5.95</price>
  7.     <description>two of our famous Belgian Waffles with plenty of real maple syrup</description>
  8.     <calories>650</calories>
  9.   </food>
  10.   <food>
  11.     <name>Strawberry Belgian Waffles</name>
  12.     <price>$7.95</price>
  13.     <description>light Belgian waffles covered with strawberrys and whipped cream</description>
  14.     <calories>900</calories>
  15.   </food>
  16.   <food>
  17.     <name>Berry-Berry Belgian Waffles</name>
  18.     <price>$8.95</price>
  19.     <description>light Belgian waffles covered with an assortment of fresh berries and whipped cream</description>
  20.     <calories>900</calories>
  21.   </food>
  22.   <food>
  23.     <name>French Toast</name>
  24.     <price>$4.50</price>
  25.     <description>thick slices made from our homemade sourdough bread</description>
  26.     <calories>600</calories>
  27.   </food>
  28.   <food>
  29.     <name>Homestyle Breakfast</name>
  30.     <price>$6.95</price>
  31.     <description>two eggs, bacon or sausage, toast, and our ever-popular hash browns</description>
  32.     <calories>950</calories>
  33.   </food>
  34. </breakfast-menu>
  35.